<div class="preformatted">
WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW
     o=(=(=(=(=(=(=(=(=(=======)=)=)=)=)=)=)=)=)=o
       !-'-'-'-/)_)   :(      ))   ˚  _\-'-'-'-! 
       ! !  , /  ˚ °  `(    )  ))` ( (  \`  ! !!
       !!! , /  °    ˚ ` __.:'((  ˚  (.._\`  ! !
       !!  ,|_____________________________`  !!!
       !_,| |_____________________________|` `_!
       !-`| |  ˚              /\  °     _ | |,-!
       !!!! |          ☽     /  \  .-. | || !!!!
       !!!! | vVVVv °       /\/\/\ |h|_| || !!!!
       !!!! | (___)      ˚ /↟↟↟↟↟↟\|e| |n|| !!!! 
       !!!! |  ~Y~   /\   /↟↟↟↟↟↟↟↟|r|a|o|| !!!!   
       !!!! | \ |/  /↟↟\ /↟↟↟↟↟↟↟↟↟|e|t|o|| !!!!   
       !!!!_|\\\|///_______________| | |n||_!!!!   
       !!!!_________________________________!!!!  
      :=========================================:
      :". /  /  /
      :.-". /  /
      : _.-". /
      :"  _.-".
      :-""     ".
      :
    ^.-.^                       |\ <span id="zzz"></span>
   '^\+/^`                      /,`.-'`'    -.  ;-;;,_
   '/`"'\`                     |,4-  ) )-,_. ,\ (  `'-' 
                              '---''(_/--'  `-'\_)
:=======================================================:
</div>


<style>
.preformatted {
    font-family: monospace;
    white-space: pre;
    line-height: 1.3;
    font-size: 9px;
    margin: 0 auto;
}
</style>

<script>
    const frames = [
      'ᶻ    ,,,---,,_',
      'ᶻ 𝗓  ,,,---,,_',
      'ᶻ 𝗓 𐰁 ,,---,,_'
    ];

    let index = 0;
    const span = document.getElementById('zzz');

    function updateSpan() {
      span.textContent = frames[index];
      index = (index + 1) % frames.length;
    }

    updateSpan();

    setInterval(updateSpan, 900);
</script>